ComponentOne Zip for .NET
Add(String[]) Method

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > C1ZipEntryCollection Class > Add Method : Add(String[]) Method
Array containing the file names of the entries to be added to the zip file.
Adds a list of entries to the current zip file.
Syntax
Public Overloads Sub Add( _
   ByVal fileNames() As String _
) 
public void Add( 
   string[] fileNames
)

Parameters

fileNames
Array containing the file names of the entries to be added to the zip file.
See Also

Reference

C1ZipEntryCollection Class
C1ZipEntryCollection Members
Overload List